Package com.netscape.certsrv.authority
Class AuthorityData
java.lang.Object
com.netscape.certsrv.authority.AuthorityData
- All Implemented Interfaces:
JSONSerializer
-
Field Summary
Fields inherited from interface com.netscape.certsrv.util.JSONSerializer
logger
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AuthorityData
(Boolean isHostAuthority, String dn, String id, String parentID, String issuerDN, BigInteger serial, Boolean enabled, String description, Boolean ready) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getDN()
getID()
getReady()
int
hashCode()
void
setDescription
(String description) void
void
setEnabled
(Boolean enabled) void
void
setIsHostAuthority
(Boolean isHostAuthority) void
setIssuerDN
(String issuerDN) void
setParentID
(String parentID) void
void
setSerial
(BigInteger serial) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
Constructor Details
-
AuthorityData
protected AuthorityData() -
AuthorityData
-
-
Method Details
-
getIsHostAuthority
-
setIsHostAuthority
-
getID
-
setId
-
getParentID
-
setParentID
-
getIssuerDN
-
setIssuerDN
-
getSerial
-
setSerial
-
getDN
-
setDn
-
getEnabled
-
setEnabled
-
getDescription
-
setDescription
-
getReady
-
setReady
-
hashCode
public int hashCode() -
equals
-